-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[eas-cli] Upload package.json
alongside eas.json
when creating a workflow run
#2786
base: main
Are you sure you want to change the base?
Conversation
Size Change: +395 B (0%) Total Size: 53.4 MB
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2786 +/- ##
==========================================
+ Coverage 52.51% 52.52% +0.02%
==========================================
Files 583 583
Lines 22582 22589 +7
Branches 4452 4452
==========================================
+ Hits 11856 11862 +6
- Misses 10691 10692 +1
Partials 35 35 ☔ View full report in Codecov by Sentry. |
✅ Thank you for adding the changelog entry! |
Subscribed to pull request
Generated by CodeMention |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome, thanks! 🙏
Why
Thanks to @szdziedzic's changes to
www
, if we send apackage.json
along witheas.json
when setting up a workflow run, EAS will pick the right images based on SDK and RN versions aseas build
would.How
Added uploading
package.json
after uploadingeas.json
, added the new argument to the mutation.Test Plan
Tested manually.